home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PRINTER / FLOCHRT.ARJ / SOFT.BAT < prev   
DOS Batch File  |  1991-03-19  |  1KB  |  48 lines

  1. echo off
  2. cls
  3. echo UNPACK ROUTINE - FLOPPY SYSTEMS
  4. echo ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  5. echo Have you made a backup copy of your original Micro Star disk yet?
  6. echo"
  7. echo To unpack the program, you will need two (2) blank, freshly formatted disks.
  8. echo Label one disk PROGRAM and the other LIBRARY.  Make sure this disk is in drive
  9. echo A and simply follow the instructions on the screen.
  10. echo"
  11. echo Press 'Y' to continue or 'N' to stop.
  12. ms_ask
  13. if errorlevel 2 goto continue
  14. if errorlevel 1 goto endit
  15. if errorlevel 0 goto endit
  16. goto endit
  17.  
  18. :continue
  19. cls
  20. echo Insert Micro Star disk in drive A
  21. echo Insert PROGRAM disk in drive B
  22. echo"
  23. pause
  24. b:
  25. a:disk1
  26. a:
  27. cls
  28. echo Insert Micro Star disk in drive A
  29. echo Insert LIBRARY disk in drive B
  30. echo"
  31. pause
  32. b:
  33. a:disk2
  34. a:
  35. cls
  36. echo Unpacking complete.
  37. echo"
  38. echo Before starting, insert PROGRAM disk in drive A and LIBRARY disk in drive B
  39. echo"
  40. echo To get started with the program type  FLODRAW
  41. echo        To run the demo/tutorial type  FLODRAW DEMO
  42. echo"
  43. echo To print the documentation, first log to the drive containing the LIBRARY
  44. echo disk and then type  PRINTDOC
  45.  
  46. :endit
  47. echo"
  48.